home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_153.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  701 b   |  15 lines

  1. FV (Future Value)
  2. Calculates the future value of an investment and a series of added payments, based on a given interest rate and a given number of periods.
  3.  
  4. Format: FV (rate, nper, pmt{, pv}{, type})
  5.  
  6. Arguments:
  7. ΓÇó  rate: Interest rate per period.
  8. ΓÇó  nper: Number of periods.
  9. ΓÇó  pmt: Payment to be made per period.
  10. ΓÇó  pv: Optional. Present value of investment.
  11. ΓÇó  type: Optional. Type of payment scheme. (0 or 1; preset to 0, which means payments are due at the end of the period.)
  12.  
  13. Example:
  14. FV (9%,12,-100,-3000) returns ┬ú10452.07 (using the Currency format).
  15. Shows the future value of an investment of ┬ú3,000, to which ┬ú100 annual payments are added for 12 years at a 9% rate of return.